| @@ -6,4 +6,5 @@ Once you've run `bin/setup_heroku`, you should have 'cantino/huginn' as a remote | ||
| 6 | 6 | git fetch origin | 
| 7 | 7 | git merge origin/master | 
| 8 | 8 | git push -f heroku master # note: this will wipe out any code changes that only exist on Heroku! | 
| 9 | +heroku run rake db:migrate # this will migrate the database to the latest state (not needed for every update, but always safe to run) | |
| 9 | 10 | ``` |